Skip to content

Commit 9fba527

Browse files
committed
fixed an error in the 100-lets_move script
1 parent c6669a4 commit 9fba527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0x00-shell_basics/100-lets_move

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#!bin/bash
1+
#!/bin/bash
22
mv [[:upper:]]* /tmp/u

0 commit comments

Comments
 (0)