8 lines
70 B
Text
8 lines
70 B
Text
|
#!/bin/bash
|
||
|
# $Id$
|
||
|
set -e
|
||
|
|
||
|
echo "This is a placeholder for now"
|
||
|
|
||
|
exit
|