mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-03 20:03:50 +00:00
All had shebangs (#!/usr/bin/env bash/python3) but were missing +x: - restart-worldserver.sh - tools/diff_classic_turtle_opcodes.py - tools/gen_opcode_registry.py - tools/m2_viewer.py - tools/opcode_map_utils.py - tools/validate_opcode_maps.py
4 lines
69 B
Bash
Executable file
4 lines
69 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
docker restart ac-worldserver
|