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
format = """ | |
[░▒▓](#b6b6b6)\ | |
[ 🐧 ](bg:#b6b6b6 fg:#0b0b0b)\ | |
[](bg:#acacac fg:#b6b6b6)\ | |
$directory\ | |
[](fg:#acacac bg:#494949)\ | |
$git_branch\ | |
$git_status\ | |
[](fg:#494949 bg:#2a2a2a)\ | |
$nodejs\ |
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
#!/usr/bin/env bash | |
# Syntax: buzzheavier <path to file> | |
id=$(curl -#o - -T "$1" "https://w.buzzheavier.com/$(basename "$1")" | cat | jq -r .data.id) | |
printf "\n" | |
echo "Successful uploadation. Enjoy link here click now no virus promise . bottom" | |
echo "https://buzzheavier.com/$id" |