mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
7 lines
111 B
Bash
Executable file
7 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
script_dir="$(dirname "$0")"
|
|
|
|
exec awk -f "${script_dir}/../script-resources/colortest.awk"
|