mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 04:40:56 +02: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
|