This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
clear | |
timestamp=$(date +%F) | |
filename=$1- | |
#fslim=$2 | |
echo 'recording in 3 seconds' && sleep 3s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python/ | |
##ControlBanshee.py: | |
##python hack script to control playback of the banshee media player | |
## | |
import os | |
#from subprocess import call | |
menu="\ncommands: \n \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import sys, os, subprocess | |
## | |
##RSYNC-BACKUP V1 | |
#the script can be executed and by defualt the variables specified in the script will used, otherwise arguments may be passed to the script at runtime. This script can be used to sync remote files to a local directory or local files to a remote direcory specified at runtime. | |
## | |
## | |
#argument examples: | |
#":~$ rsync-backup.py -raz user@host:/some/dir/ /some/dir" |