1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-08 07:17:01 +09:00

Use correct shell for local osu script

This commit is contained in:
nanaya 2022-08-02 15:58:40 +09:00
parent 0534b0495f
commit 516b216676

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# Run this script to use a local copy of osu rather than fetching it from nuget. # Run this script to use a local copy of osu rather than fetching it from nuget.
# It expects the osu directory to be at the same level as the osu-tools directory # It expects the osu directory to be at the same level as the osu-tools directory