mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-03 08:41:39 +00:00
8 lines
112 B
Bash
Executable File
8 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# Run all tests.
|
|
|
|
./test_misc.sh
|
|
|
|
[[ -f /tmp/err ]] || exit 0 && { rm /tmp/err; exit 1; }
|