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
import { download, Destination } from 'https://deno.land/x/download/mod.ts' | |
function error(msg) { | |
console.error(msg) | |
Deno.exit(1) | |
} | |
/** | |
* @param file The JSON file path | |
* @param path The JSON object path | |
* @param dest The download destination dir (optional, defaults to current) |
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
# Connect to screen session | |
case "/$(ps -p $PPID -o comm=)" in | |
*/sshd) screen -RR;; | |
esac |
OlderNewer