5 lines
36 B
Bash
Executable File
5 lines
36 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
#DEBHELPER#
|
|
exit 0
|