Skip to content
/ psify Public

A tool for converting any file to a powershell script that restores the original file.

License

Notifications You must be signed in to change notification settings

oedbro/psify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

psify

psify is a powershell script that can convert any file to a powershell script. This can be used to easaliy copy files between environments, for example citrix, where you can only copy text. by pasting the generated script into the powershell interperter the original file is recreated.

Usage

There are two ways to use this script.

  1. To import the psify function to the interperter use . .\psify.ps1. By importing the script like this you can use psify <path> in that instance of powershell.

  2. To run the script directly on a file, use .\psify <path>

About

A tool for converting any file to a powershell script that restores the original file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published