mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
code block addad
@@ -1,3 +1,4 @@
|
|||||||
|
```bash
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#echo hi
|
#echo hi
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
@@ -41,4 +42,5 @@ for file in $@
|
|||||||
do
|
do
|
||||||
backup_file $ file
|
backup_file $ file
|
||||||
done
|
done
|
||||||
echo "backup process end"
|
echo "backup process end"
|
||||||
|
```
|
Reference in New Issue
Block a user