sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
#!/bin/bash | |
set -e | |
CONFIG=$@ | |
for line in $CONFIG; do | |
eval "$line" | |
done | |
AUTH="X-API-Token: $token" | |
CONTENT_TYPE=application/vnd.android.package-archive |
cmd@fb:/tmp|❯ wc -l 33m-subdomain-wordlist.txt
33927885 33m-subdomain-wordlist.txt
/* | |
* jscript.js | |
*/ | |
'use strict'; | |
/* | |
* Workflow | |
*/ | |
function get(name) { return Watch.getVariable(name); } |