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/env bash | |
: "${SHOW:="${PWD##*/}"}" | |
: "${GROUP:=Group}" | |
shopt -s nullglob | |
# set color variables | |
# | |
#black="$(tput setaf 0)" |
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/sh | |
# HARDSUB.SH | |
# (c) 2014 Fredrick Brennan | |
# | |
# Usage notes: | |
# This script requires that ~/.fonts is in your fontconfig path. | |
# This script also requires mkvmerge, realpath and ffmpeg to be installed. Only supports SSA subs and MKV files. | |
# Also note that this script can take a long time to run. | |
# Run as `hardsub.sh FILE_NAME` | |
# You should be able to delete the following created files after it is done: done_subtitles.ass and the entire contents of ~/.fonts/MKV |
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 | |
DEST='/var/www/html/archlinux' | |
MIRROR='rsync://mirrors.kernel.org/archlinux' | |
REPO='community community-staging community-testing core extra gnome-unstable iso kde-unstable multilib multilib-staging multilib-testing other pool sources testing' | |
function mirrorsync(){ | |
touch lockfile |
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
_ __ | |
| |/ /________ _________ __ _______________ _____ | |
| // ___/ _ \/ ___/ __ \/ / / / ___/ ___/ _ \/ ___/ | |
_ / |/ / / __(__ ) /_/ / /_/ / / / /__/ __(__ ) | |
(_)_/|_/_/ \___/____/\____/\__,_/_/ \___/\___/____/ | |
! special | |
*.foreground: #ffffff | |
*.background: #192024 |