Compare commits
	
		
			2 Commits
		
	
	
		
			87f04ab56a
			...
			cc594c635c
		
	
	| Author | SHA1 | Date | 
|---|---|---|
|  | cc594c635c | |
|  | b318800b32 | 
|  | @ -12,5 +12,6 @@ Useful utility scripts. | |||
| |---|---| | ||||
| |newsh ["command"]|Create executable `sh` script. Optionally add `command`.| | ||||
| |newbash ["command"]|Create executable `bash` script. Optionally add `command`.| | ||||
| |date-show ["command"]|Show a time and date window.| | ||||
| |date-show|Show a time and date window.| | ||||
| |pam-say <text>|Tells Pamela to say something| | ||||
| 
 | ||||
|  |  | |||
|  | @ -11,4 +11,4 @@ echo "#!/bin/bash" > "$1" | |||
| echo "" >> "$1" | ||||
| echo "$2" >> "$1" | ||||
| 
 | ||||
| chmod u+x "$1" | ||||
| chmod +x "$1" | ||||
|  |  | |||
|  | @ -11,4 +11,4 @@ echo "#!/bin/sh" > "$1" | |||
| echo "" >> "$1" | ||||
| echo "$2" >> "$1" | ||||
| 
 | ||||
| chmod u+x "$1" | ||||
| chmod +x "$1" | ||||
|  |  | |||
|  | @ -0,0 +1,6 @@ | |||
| #!/bin/sh | ||||
| 
 | ||||
| _command="echo ""$*"" | festival --tts" | ||||
| ssh pamela "$_command" | ||||
| 
 | ||||
| 
 | ||||
		Loading…
	
		Reference in New Issue