Skip to content

Instantly share code, notes, and snippets.

View muzzol's full-sized avatar

mussol muzzol

View GitHub Profile
#!/bin/bash
# copy one track between ardour projects including layers
# àngel "mussol" bosch - muzzol@gmail.com
VER="0.2"
TOOLS="xmlstarlet sed" # external binaries needed
PREFIX_SOURCE="Imported-" # prefix used to avoid name collision
PREFIX_BCK=`date +%F_%H-%M-%S` # prefix used for project name backup
@muzzol
muzzol / muzzol-ardour6_copy_track.sh
Created November 17, 2020 08:24
Copy tracks between Ardour 6/Mixbus 6 sessions including layers
#!/bin/bash
# copy one track between ardour projects including layers
# àngel "mussol" bosch - muzzol@gmail.com
VER="0.4"
TOOLS="xmlstarlet sed" # external binaries needed
PREFIX_SOURCE="Imported-" # prefix used to avoid name collision
PREFIX_BCK=`date +%F_%H-%M-%S` # prefix used for project name backup
@muzzol
muzzol / SD_x11vnc-install.sh
Last active December 5, 2023 09:52
script for installing x11vnc on Steam Deck
#!/bin/bash
# script for installing x11vnc on Steam Deck
# ATENTION: USE IT AT YOUR OWN RISK!!!!
#
# this will modify root filesystem so it will probably get
# overwrite on system updates but is totally ok executing
# it several times, so if something stops working just
# launch it again
#
@muzzol
muzzol / SD_packages-pacman.sh
Created June 20, 2022 20:31
script for installing packages on Steam Deck using pacman
#!/bin/bash
# script for installing packages on Steam Deck using
# pacman repositories (not flatpack, snap or appimage)
#
# ATENTION: USE IT AT YOUR OWN RISK!!!!
#
# this will modify root filesystem so it will probably get
# overwrite on system updates but is totally ok executing
# it several times, so if something stops working just