update scripts

pull/1/head
Andrew Coleman 2019-07-09 14:41:06 -04:00
parent de67487f19
commit 5f3aac2c68
5 changed files with 3 additions and 22 deletions

View File

@ -1,5 +0,0 @@
#!/bin/bash
for i in 0 1 2 3 4 5 6 7 ; do
echo -n "cpu${i} " && cat /sys/devices/system/cpu/cpu${i}/cpufreq/scaling_cur_freq
done

View File

@ -1,15 +0,0 @@
_kitty_completions() {
local src
local limit
# Send all words up to the word the cursor is currently on
let limit=1+$COMP_CWORD
src=$(printf "%s
" "${COMP_WORDS[@]: 0:$limit}" | kitty +complete bash)
if [[ $? == 0 ]]; then
eval ${src}
fi
}
complete -o nospace -F _kitty_completions kitty

View File

@ -1,2 +0,0 @@
#!/bin/bash
ffmpeg -i "concat:$(ls -1 *.mp3 | paste -sd "|" -)" -c:a aac -b:a 64k -f mp4 o.mp4

1
bin/umask.setup.bash Normal file
View File

@ -0,0 +1 @@
umask 022

2
bin/weasel-pageant.bash Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
eval $(~/winhome/Downloads/weasel-pageant-1.3/weasel-pageant -r)