Skip to content

Instantly share code, notes, and snippets.

@Mladia
Mladia / .gitignore
Last active June 19, 2018 23:48 — forked from wandernauta/sp
sp is a command-line client for Spotify's dbus interface. Play, pause, skip and search tracks from the comfort of your command line. Added token functioniality
token
@Mladia
Mladia / bash.cheat
Last active November 13, 2017 21:05 — forked from afair/bash.cheat
Bash Scripting Quick Reference
TEST COMMAND
==========================================
Shebang: #!/usr/bin/env bash Test: test expression
In script: [ expression ]
========================================== Alternate: [[ espression ]]
LOOP Does not split string words
========================================== Does not expand pathglobs*