fork download
  1. #!/bin/bash
  2. # your code goes here
  3. ls -an
  4. cat prog.sh
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
total 12
drwxr-x--- 2    0 1000 4096 Sep 11 15:39 .
drwxr-xr-x 3 1001 1001 4096 Sep 11 15:39 ..
-rw-rw-r-- 1    0    0   53 Sep 11 15:39 prog.sh
#!/bin/bash
# your code goes here
ls -an 
cat prog.sh