Results 1 to 10 of 13

Thread: Bash script in a ppa.

Threaded View

  1. #1
    Join Date
    May 2012
    Location
    ザ・ワ&
    Beans
    152
    Distro
    Xubuntu 12.04 Precise Pangolin

    Bash script in a ppa.

    Hello all,
    Bit of a Linux/Ubuntu n00b, have been using it about as long as I have been a member of this forum, but am learning pretty quick and loving every minute of it

    I have created a script that uses awk and sed to convert .ust files between romaji and kana. I placed it in /usr/bin so I could call it globally, basic script such-stuffs. However, I want to be able to place this file in a ppa for install by other users via apt-get. Unfortunately, I have no idea how to do this, lol, and most of what I have found googling deals with "actual programs" that need to be compiled and such. All I want is a way that:

    1. The script itself (luct) be saved into /usr/bin
    2. A file used by the script named luct.lst be saved into /usr/bin.
    3. Allow for updates via apt-get update.

    A simple request, I think. I just have no idea where to look, lol.
    Last edited by sandyd; December 1st, 2012 at 02:33 AM. Reason: weird font
    Technomancy
    The old ways are not the only ways. We study the mysteries of laser and circuit, crystal and scanner. Holographic daemons and invocations of equations. These are the tools we employ, and we know many things

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •