Skip to content

Instantly share code, notes, and snippets.

View Arnav-arw's full-sized avatar
👋
Making dope stuff!

Arnav Singhal Arnav-arw

👋
Making dope stuff!
View GitHub Profile
#!/bin/bash
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Music-DL
# @raycast.mode compact
#
# Optional parameters:
# @raycast.icon 🎵
# @raycast.needsConfirmation false
cat << "EOF" >> ~/.zshrc
function kill-app() {
IFS=$'\n'
red=$(tput setaf 1)
normal=$(tput sgr0)
if [ -z "$1" ] || [ "$1" = "--help" ]; then
printf "%s\n" "Usage: kill-apps string"
return 0
fi