Skip to content

Instantly share code, notes, and snippets.

View ToeiRei's full-sized avatar

ToeiRei ToeiRei

View GitHub Profile
@ToeiRei
ToeiRei / modupdate.sh
Last active February 25, 2021 22:12
Read all arkmods from game.ini and download them
#!/bin/bash
CWD=`pwd`
GAMEID=346110
WORKSHOP=( $(cat Game.ini | grep ModIDS | awk -F'=' '{print $2}') )
cd /home/ark/serverfiles
for i in "${WORKSHOP[@]}"
do
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.4.12 Kernel Configuration
#
#
# Compiler: gcc (Gentoo 9.2.0-r2 p3) 9.2.0
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=90200