zeus 4 years ago
parent
commit
601133364e
  1. 6
      llo-index.yml
  2. 1
      llo/ls

6
llo-index.yml

@ -16,10 +16,10 @@
mimetype: "text/x-python"
code:
subdir: ""
lang: "gcc"
lang: "bash"
version: "2"
file: "helloworld.c"
options: "-Wall"
file: "ls"
options: ""
mimetype: "text/plain"
output:
file: ""

1
llo/ls

@ -0,0 +1 @@
ls -al /tmp
Loading…
Cancel
Save