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/php | |
<?php | |
///////////////////// | |
// slack2html | |
// by @levelsio | |
// fixed international chars + first row to be run from bash directly | |
///////////////////// | |
// | |
///////////////////// | |
// WHAT DOES THIS DO? |
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 | |
today=`date '+%Y%m%d-%H%M%S'`; | |
foldername="${HOME}/Videos/recordmydesktop" | |
filename="$foldername/$today.ogv" | |
echo 'RecordMyDesktop - screen capture ogv to folder' | |
echo $filename | |
echo 'Recording starts in 5 sec, terminate with Ctrl-C.' | |
sleep 5 | |
echo Creating folder $foldername if not exists yet |
NewerOlder