Skip to content

Instantly share code, notes, and snippets.

View eliminmax's full-sized avatar
💻
Probably on a laptop somewhere

Eli Array Minkoff eliminmax

💻
Probably on a laptop somewhere
View GitHub Profile
@eliminmax
eliminmax / x-resize-LFS
Last active December 28, 2022 05:21 — forked from 3lpsy/x-resize
3lpsy/x-resize, modified for my Linux from Scratch VM
#!/bin/bash
# 3lpsy/x-resize, modified for my Linux From Scratch VM
## Ensure Log Directory Exists
LOG_DIR=/var/log/autores;
if [ ! -d $LOG_DIR ]; then
mkdir $LOG_DIR;
fi
LOG_FILE=${LOG_DIR}/autores.log