8 lines
58 B
Plaintext
8 lines
58 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
printf "NOT COMPLETED YET\n"
|
||
|
|
||
|
exit 0
|