Skip to content

Instantly share code, notes, and snippets.

@justin-endler
justin-endler / javascript.json
Last active April 4, 2018 01:06
VS Code JavaScript User Snippet
{
"Test flag": {
"prefix": "test",
"body": [
"// @test"
],
"description": "Flag line as testing only"
},
"Todo flag": {
"prefix": "todo",
@justin-endler
justin-endler / mvd.sh
Last active September 5, 2018 17:55
mv to destination, same name
#!/bin/bash
# get source and destination parent
if [[ -z $1 ]]; then
echo "source and destionation parent arguments required"
exit 1
fi
SOURCE=$1
DESTINATION_PARENT=~/Documents/bb-bk-00