7 lines
70 B
Bash
Executable file
7 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
# $Id$
|
|
set -e
|
|
|
|
echo "This is a placeholder for now"
|
|
|
|
exit
|