cansik commited on
Commit
62113eb
·
verified ·
1 Parent(s): a37dafb

Create run.sh

Browse files
Files changed (1) hide show
  1. run.sh +6 -0
run.sh ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ echo "hello world"
4
+ date
5
+
6
+ exit 0