diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-02-06 16:50:30 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-02-06 17:00:51 -0800 |
commit | 94ee69847a8e233b998ddd8c743087a063d27a44 (patch) | |
tree | 1a9fee291911a33e407d40e74975d88870b73962 /demos | |
parent | 4667b03c44081463141dcdaeb3e748c0a24fcfa6 (diff) | |
download | gtk-demos-94ee69847a8e233b998ddd8c743087a063d27a44.tar.gz gtk-demos-94ee69847a8e233b998ddd8c743087a063d27a44.tar.bz2 gtk-demos-94ee69847a8e233b998ddd8c743087a063d27a44.zip |
More TXR porting: add suffixes to files; remove SBCL materials.
Diffstat (limited to 'demos')
-rwxr-xr-x | demos | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -1,16 +0,0 @@ -#!/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. |