Skip to content

Instantly share code, notes, and snippets.

View AgentRG's full-sized avatar
🖊️
Dr. ArgoCD or: How I Learned to Stop Hallucinating and Love the Pod (Issue 9226)

AgentRG

🖊️
Dr. ArgoCD or: How I Learned to Stop Hallucinating and Love the Pod (Issue 9226)
View GitHub Profile
@AgentRG
AgentRG / appify.sh
Created December 24, 2020 22:25 — forked from oubiwann/appify.sh
appify — create the simplest possible Mac app from a shell script (adds an application icon)
#!/usr/bin/env bash
VERSION=4.0.1
SCRIPT=`basename "$0"`
APPNAME="My App"
APPICONS="/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/GenericApplicationIcon.icns"
OSX_VERSION=`sw_vers -productVersion`
PWD=`pwd`
function usage {