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