summaryrefslogtreecommitdiff
path: root/ls
diff options
context:
space:
mode:
authorJake Scott <scottj@sou.edu>2020-11-22 11:16:09 -0800
committerJake Scott <scottj@sou.edu>2020-11-22 11:16:09 -0800
commitdef41d86ed5c0007681a709e0dfcf08807d58881 (patch)
tree16884f183481ebfab0e88056c7e0ec462972f8a5 /ls
parent7302876b2a26eb4f8569e2280228831fc8f35b4b (diff)
added ls and init commands
Diffstat (limited to 'ls')
-rwxr-xr-xls3
1 files changed, 3 insertions, 0 deletions
diff --git a/ls b/ls
new file mode 100755
index 0000000..8b3b6d5
--- /dev/null
+++ b/ls
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+ls -1 *\.git | cut -d. -f1