mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-28 22:44:00 +01:00
4 lines
66 B
Bash
4 lines
66 B
Bash
|
#!/bin/bash
|
||
|
cd $(dirname $(readlink -f ${0}))/;
|
||
|
shellcheck ./*.sh
|