Cradicle Explorer
bin
Info
Issues
Patches
Wallets
Source
Source
.gitignore
CLAUDE.md
Readme.md
colours.rb
convert-all-songs
convert-song
diff-so-fancy
enable-sudo-touch-id
finder-show-hidden-files
generate-xcode-imageset
git-conflicts
git-diff-merge-conflict-resolution
git-edit-conflicted-files
git-large-files
git-open-in-github
git-remove-merged-branches
git-uncommit
git-update
jsonugly
make-bookmarklet
progress
retina-scale
roll
save-keyboard-shortcuts.sh
scale-app-icons
screen-shell
sd-before-copy
serve
sri-integrity
youtube-snarf-audio
/
serve
serve
1
#!/bin/bash
2
3
PORT="${1:-8080}"
4
python -m SimpleHTTPServer $PORT