<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.millerjs.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.millerjs.org/feed.php">
        <title>wiki.millerjs.org - scripts</title>
        <description></description>
        <link>http://wiki.millerjs.org/</link>
        <image rdf:resource="http://wiki.millerjs.org/_media/wiki/logo.png" />
       <dc:date>2026-09-11T03:31:33+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.millerjs.org/scripts/cdimage.sh?rev=1731551416&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.millerjs.org/_media/wiki/logo.png">
        <title>wiki.millerjs.org</title>
        <link>http://wiki.millerjs.org/</link>
        <url>http://wiki.millerjs.org/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="http://wiki.millerjs.org/scripts/cdimage.sh?rev=1731551416&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-14T02:30:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cdimage.sh</title>
        <link>http://wiki.millerjs.org/scripts/cdimage.sh?rev=1731551416&amp;do=diff</link>
        <description>#!/bin/bash
# script to bincue CDs with cdrdao

unset imgname

echo Input desired image name

read imgname

sudo cdrdao read-cd --read-raw --device /dev/sr0 --datafile /tmp/$imgname.bin /tmp/$imgname.cue

sudo mv /tmp/$imgnanme* /mnt/Data

sudo chmod 777 /mnt/Data/$imgname*
sudo chown john /mnt/Data/$imgname*

sync

read -p &quot;Done. Do you want to run again? (y/n) &quot; -n 1 -r
echo    # (optional) move to a new line
if [[ $REPLY =~ ^[Yy]$ ]]
then
    eject
    exec /home/john/cdimage.sh
fi</description>
    </item>
</rdf:RDF>
