repair columnar output

Lucas Larson
2023-05-25 11:48:13 -04:00
parent fdb134e349
commit 8cd276534d

@@ -8,7 +8,7 @@ ShellCheck has noticed you're using flags for commands that don't necessarily su
```sh ```sh
#!/bin/sh #!/bin/sh
read -e # Using libreadline read -e # Using libreadline
export -f # Exporting functions export -f # Exporting functions
ulimit -v # Setting vspace limits ulimit -v # Setting vspace limits
wait -n # Waiting for a single process wait -n # Waiting for a single process