mirror of https://github.com/t1meshift/os_labs.git
7 lines
71 B
Plaintext
7 lines
71 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
IFS=$'\n\t'
|
||
|
|
||
|
echo "TODO!"
|
||
|
exit 1
|