summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorMifpasoti <mifpasoti@outlook.com>2019-02-03 15:16:22 -0500
committerMifpasoti <mifpasoti@outlook.com>2019-02-03 15:16:22 -0500
commitd4404d51dea2891821a80091e0c4bf2ce84c5e67 (patch)
treea5c2aa16c02ea860c8f51db615583a4baf57ae70 /demos
parent15cbbb1a853019910e6928427113c9ee6b0fcfba (diff)
downloadgtk-demos-d4404d51dea2891821a80091e0c4bf2ce84c5e67.tar.gz
gtk-demos-d4404d51dea2891821a80091e0c4bf2ce84c5e67.tar.bz2
gtk-demos-d4404d51dea2891821a80091e0c4bf2ce84c5e67.zip
See the hotnews file.
Diffstat (limited to 'demos')
-rwxr-xr-xdemos16
1 files changed, 16 insertions, 0 deletions
diff --git a/demos b/demos
new file mode 100755
index 0000000..37008ba
--- /dev/null
+++ b/demos
@@ -0,0 +1,16 @@
+#!/bin/bash
+./sanssbcl 2> >(sed '/^Backtrace/,$d;/^; /d;/^$/d')
+
+# This script, demos, uses sanssbcl to run the demos, with or without
+# sbcl installed.
+#
+# sanssbcl has to be present with this script and the demo scripts.
+# To make the demos executable do this: chmod +x demos
+# To invoke the demos, do this: ./demos
+#
+# If you want to make sanssbcl, it can be made on a Linux PC that
+# has sbcl installed by using the makesans script. To make
+# sanssbcl there, do this: chmod +x makesans
+# ./makesans
+# Then you can copy sanssbcl to another Linux PC, whether it has
+# sbcl installed or not.