<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>subogero linux blog &#187; shebang</title>
	<atom:link href="http://linux.subogero.com/tag/shebang/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.subogero.com</link>
	<description>#!/bin/bash</description>
	<lastBuildDate>Thu, 01 Jan 2015 17:57:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Interpreter Scripts</title>
		<link>http://linux.subogero.com/457/interpreter-scripts/</link>
		<comments>http://linux.subogero.com/457/interpreter-scripts/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 08:28:58 +0000</pubDate>
		<dc:creator>subogero</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ogc]]></category>
		<category><![CDATA[shebang]]></category>

		<guid isPermaLink="false">http://linux.subogero.com/?p=457</guid>
		<description><![CDATA[I wanted to turn the ogc calculator into a full-blown interpreter, to be able to create an executable ogc test-script:
#!/usr/bin/ogc
# Test script for ogc.
# Invoke: "ogc Test" or simply "./Test"
# It shall produce the following output:
# 42
# 42
# 42

# 42 hex
11*3*2 x

# 42 oct
 F*2+4 o # Leading space

# 42 dec
 52 d # Leading [...]]]></description>
		<wfw:commentRss>http://linux.subogero.com/457/interpreter-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
