Move app install scripts to /usr/bin

This commit is contained in:
Josh.5
2023-08-22 15:55:21 +12:00
committed by Josh Sunnex
parent c671ba85cc
commit ee4fd33e72
6 changed files with 3 additions and 6 deletions

16
overlay/usr/bin/drop_caches.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/usr/bin/env bash
###
# File: drop_caches.sh
# Project: docker-steam-headless
# File Created: Wednesday, 12th January 2022 5:08:46 pm
# Author: Josh.5 (jsunnex@gmail.com)
# -----
# Last Modified: Wednesday, 12th January 2022 5:44:17 pm
# Modified By: Josh.5 (jsunnex@gmail.com)
###
# Clear out the memory page cache
echo 1 > /proc/sys/vm/drop_caches
# Flush any FS buffers
sync