The ‘legacy’ keyword

The legacy keyword allows backward compatibility with traditional shell scripting practices.

Example:

legacy {
  // Legacy shell script code here
}

© 2024 Francesco Bianco. All rights reserved.