make shell scripts more POSIX-compatible, and use tabs instead of spaces
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/sh
|
||||
|
||||
while true; do
|
||||
printf "owo "
|
||||
sleep 0.25
|
||||
printf "owo "
|
||||
sleep 0.25
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user