URI: 
       README - frsh - french command language interpreter
  HTML git clone git://bitreich.org/frsh git://hg6vgqziawt5s4dj.onion/frsh
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
       ---
       README (689B)
       ---
            1 NAME
            2      frsh – french command language interpreter
            3 
            4 SYNOPSIS
            5      frsh [file ...]
            6 
            7 DESCRIPTION
            8      The frsh utility is a french command language intertreter: it reads one
            9      or more commands, either from the commmand line or from a french file (a
           10      french shell script), and then sets about executing those commands.  Thus
           11      it is the main interface between the french user and the operating
           12      system.
           13 
           14      In contrast to the anglaise sh(1), it supports french quotes for strings
           15      (« and «).  Furthermore, variable values are retrieved using the syntax
           16      €variable.
           17 
           18      Options: Non.
           19 
           20 SEE ALSO
           21      sh(1)
           22 
           23 AUTHORS
           24      Anders Damsgaard <anders@adamsgaard.dk>