roundabout,
created on Sunday, 21 March 2021, 14:24:24 (1616336664),
received on Sunday, 11 May 2025, 13:23:00 (1746969780)
Author identity: nana-4 <hnmaigo@gmail.com>
872911c57f3a7fa0d55e86726618e78df1a28bd8
snapshot.sh
@@ -0,0 +1,13 @@
#!/bin/bash
#
# Create a snapshot for comparison with the latest development version.
#
set -ueo pipefail
BUILD_DIR="_build_snapshot"
THEME_NAME="MateriaSnapshot"
if [[ ! -d "$BUILD_DIR" ]]; then
meson "$BUILD_DIR" -Dtheme_name="$THEME_NAME"
fi
meson install -C "$BUILD_DIR"
test.sh
@@ -1,13 +0,0 @@
#!/bin/bash
#
# Create a snapshot for comparison with the latest development version.
#
set -ueo pipefail
BUILD_DIR="_build_snapshot"
THEME_NAME="MateriaSnapshot"
if [[ ! -d "$BUILD_DIR" ]]; then
meson "$BUILD_DIR" -Dtheme_name="$THEME_NAME"
fi
meson install -C "$BUILD_DIR"