mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-11 16:20:19 +02:00
4 lines
131 B
Bash
4 lines
131 B
Bash
#!/bin/sh
|
|
# Extract the initialization actions for builtin things.
|
|
|
|
@CPP@ -DSCM_MAGIC_SNARFER $* | grep "^%%%" | sed -e "s/^%%%//"
|