Improve dl.sh by showing command output
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/sh -x
|
||||
|
||||
mkdir -p img/
|
||||
cd img/
|
||||
|
Reference in New Issue
Block a user
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/sh -x
|
||||
|
||||
mkdir -p img/
|
||||
cd img/
|
||||
|