Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PowerShell scripts for lfc and lff #1430

Merged
merged 5 commits into from
Oct 28, 2022
Merged

Commits on Oct 27, 2022

  1. Naive version of lff.ps1

    axmmisaka committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    c0ab88a View commit details
    Browse the repository at this point in the history
  2. Concentrated PowerShell commands

    Right now, launch.ps1 will, just like how lfc and lff (which are symbolic links) on *NIX works, get the name of the invoker and run the corresponding jar file, which is not as PowerShell-y. We can use arguments like outlined here: https://stackoverflow.com/a/43940404.
    Nevertheless, it appears it does work somehow.
    axmmisaka committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    c8595fa View commit details
    Browse the repository at this point in the history
  3. Add missing trailing CRLF

    axmmisaka authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    36ee665 View commit details
    Browse the repository at this point in the history
  4. Fix understanding error

    axmmisaka committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    595f1e3 View commit details
    Browse the repository at this point in the history
  5. Fix PS splattering bug

    axmmisaka committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    380c7fa View commit details
    Browse the repository at this point in the history