mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-21 07:42:55 +01:00
7 lines
138 B
Bash
7 lines
138 B
Bash
#!/bin/sh
|
|
|
|
cd /usr/lib/metasm
|
|
echo "Here's all the metasm samples/scripts"
|
|
echo "The metasm core in in your site_ruby's dir"
|
|
ls
|
|
/bin/bash
|