9 lines
187 B
Diff
9 lines
187 B
Diff
|
--- a/scripts/sendsms
|
||
|
+++ b/scripts/sendsms
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!/bin/bash
|
||
|
+#!/bin/ash
|
||
|
# This script send a text sms at the command line by creating
|
||
|
# a sms file in the outgoing queue.
|
||
|
|