mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
3 lines
54 B
Text
3 lines
54 B
Text
|
#!/bin/sh
|
||
|
exec awk -f "$(dirname "$0")/colortest.awk"
|